home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ultra Pack
/
UltraComputing Partner Applications.iso
/
WWW
/
junk
< prev
next >
Wrap
Text File
|
1996-03-29
|
463b
|
14 lines
#! /bin/sh
tmpfil=/tmp/.iU_d_$$
sed -e "s;/cdrom/cdrom0;$instpath;g" -e "s;driver11;`hostname`;" $instpath/Caldera/Cameleo/bin/.CAS.config | sed -e "s;//;/;g" > $tmpfil
mv $tmpfil $instpath/Caldera/Cameleo/bin/.CAS.config
cp $instpath/Caldera/Cameleo/bin/.CAS.config $instpath/Caldera/Cameleo/lib/.CAS.config
sed -e "s;/cdrom/cdrom0;$instpath;g" -e "s;^#ULTRA_PACK_HOME=;ULTRA_PACK_HOME=;" $instpath/run_demo > $tmpfil
mv $tmpfil $instpath/run_demo